L8 12 Permissions HS-SC
Which of these statements are accurate about Android permissions?
Android apps require the tag in the AndroidManifest to access sensitive user data and system features.
Apps that target Android Marshmallow or above need to implement runtime permissions.
The Internet permission is considered a normal permission.
If the app uses a potentially dangerous permission and targets API 23 or above, it needs to implement runtime permissions.
Reference documentation
Next Concept